home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cocktail.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  133 b   |  7 lines

  1. on enterFrame
  2.   global stat, tempo
  3.   set tempo to the timer / 60
  4.   set tempo to string(tempo)
  5.   set the text of cast 51 to tempo
  6. end
  7.